PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetTextFontAndSizeOperator Method
ID of the font object in the Resources dictionary
The font dictionary
In This Topic
    analyzeSetTextFontAndSizeOperator Method
    In This Topic
    Called when Tf operator is found.
    Syntax
    public void analyzeSetTextFontAndSizeOperator( 
       PDFCosName cosFontID,
       PDFCosDictionary cosFontDictionary
    )

    Parameters

    cosFontID
    ID of the font object in the Resources dictionary
    cosFontDictionary
    The font dictionary
    See Also